home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10546 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  492 b 

  1. Path: news.NetVision.net.il!news
  2. From: nir@netvision.net.il (Nir Sofer)
  3. Newsgroups: comp.lang.c
  4. Subject: void test(...)
  5. Date: Sun, 17 Mar 1996 04:10:28 GMT
  6. Organization: NetVision LTD.
  7. Message-ID: <4if00v$hdk@news.NetVision.net.il>
  8. NNTP-Posting-Host: ts011p1.pop3a.netvision.net.il
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I know that i can create in C a function with  variable number of arguments.
  12.  
  13. void test(...)
  14. {
  15.  
  16. }
  17.  
  18. But i can i use these arguments ???
  19.  
  20. Nir Sofer
  21. nir@netvision.net.il
  22.  
  23.  
  24.  
  25.  
  26.